[BLKTAP] Fix trivial indentation snafu in previous changeset.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 6 Oct 2006 15:51:10 +0000 (16:51 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 6 Oct 2006 15:51:10 +0000 (16:51 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/blktap/lib/xs_api.c

index 86253ca7dd607bc1f7fba030fe6e9c690a84ace0..eded38afdc0ed9e87987446ad4e12c7e3fba7d78 100644 (file)
@@ -180,7 +180,7 @@ char *get_dom_domid(struct xs_handle *h)
        
        e = xs_directory(h, xth, "/local/domain", &num);
        if (e == NULL)
-           return NULL;
+               return NULL;
 
        for (i = 0; (i < num) && (domid == NULL); i++) {
                asprintf(&path, "/local/domain/%s/name", e[i]);